GrapeCity.Xaml.SpreadSheet.Data
CopyTo Method (NotifyCollectionBase<T>)


GrapeCity.Xaml.SpreadSheet.Data Namespace > NotifyCollectionBase<T> Class : CopyTo Method
The destination array.
The destination index.
Copies all the items in the current collection to the specified array starting at the specified destination index.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As T, _
   ByVal arrayIndex As Integer _
) 
'Usage
 
Dim instance As NotifyCollectionBase(Of T)
Dim array() As T
Dim arrayIndex As Integer
 
instance.CopyTo(array, arrayIndex)
public void CopyTo( 
   T[] array,
   int arrayIndex
)

Parameters

array
The destination array.
arrayIndex
The destination index.
See Also

Reference

NotifyCollectionBase<T> Class
NotifyCollectionBase<T> Members